home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1998 June / Electronic Clipper 1998-06.iso / Idea Source® / Teaser.Dir / 00023_Script_23 < prev    next >
Text File  |  1998-04-28  |  192b  |  14 lines

  1. on mouseUp
  2.   
  3.   starttimer
  4.   repeat while the timer < 30
  5.     if the mousedown then 
  6.       puppetsound(3) "shot"
  7.       go frame "got'im"
  8.       exit
  9.     end if
  10.   end repeat
  11.   
  12. end
  13.  
  14.